InvalidSimpleObjectValueException Constructor
Initializes a new instance of the InvalidSimpleObjectValueException class.
Overload List
Name | Description |
---|---|
InvalidSimpleObjectValueException () | Initializes a new instance of the InvalidSimpleObjectValueException class. |
InvalidSimpleObjectValueException (Exception) | Initializes a new instance of the InvalidSimpleObjectValueException class using a reference to the inner exception that is the cause of this exception. |
InvalidSimpleObjectValueException (String) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified error message. |
InvalidSimpleObjectValueException (SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidSimpleObjectValueException class using serialized data. |
InvalidSimpleObjectValueException (String, Exception) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified message and a reference to the inner exception that is the cause of this exception. |
InvalidSimpleObjectValueException (InvalidSimpleObjectValueExceptionType, String, String) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters. |
InvalidSimpleObjectValueException (Exception, InvalidSimpleObjectValueExceptionType, String, String) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters. |
InvalidSimpleObjectValueException (String, InvalidSimpleObjectValueExceptionType, String, String) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters. |
InvalidSimpleObjectValueException (String, Exception, InvalidSimpleObjectValueExceptionType, String, String) | Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters. |
See Also
Reference
InvalidSimpleObjectValueException Class
InvalidSimpleObjectValueException Members
Microsoft.EnterpriseManagement.Common Namespace