Verfies that the Guid is not empty. throws ArgumentOutOfRangeException
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Function NotEmpty( _
ByVal value As Guid _
) As Guid |
Parameters
- value
Exceptions
Exception | Description |
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also