|
System.Object System.Exception System.SystemException System.ArgumentException System.ComponentModel.InvalidEnumArgumentException
|
|
System.Object System.Exception System.SystemException System.ArgumentException System.ComponentModel.InvalidEnumArgumentException
|
|
Internal Error and enums ... your instance you might consider throwing either a System.ArgumentException or System.ComponentModel. InvalidEnumArgumentException . alunharford@yahoo ...
|
|
System.Object System.Exception System.SystemException System.ArgumentException System.ComponentModel.InvalidEnumArgumentException
|
|
The members of System.ComponentModel.InvalidEnumArgumentException are listed below. See Also: Inherited members from System.ArgumentException
|
|
... myButton = CType(123, MessageBoxButtons) MessageBox.Show( "This is a message" , "This is the Caption" , myButton) Catch invE As System.ComponentModel.InvalidEnumArgumentException ...
|
|
The exception thrown when using invalid arguments that are enumerators. ... The exception thrown when using invalid arguments that are enumerators. Namespace: System.ComponentModel
|