ExtenstionsEnsureArgumentNotNull Method |
Check that the a value on a Uri is not null.
Namespace:
SolidFire.Core
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public static void EnsureArgumentNotNull(
this Uri uri,
string argumentName
)
Parameters
- uri
- Type: SystemUri
- argumentName
- Type: SystemString
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Uri. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also