InvalidSimpleObjectValueException Constructor
In this article
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the InvalidSimpleObjectValueException class.
Overload List
InvalidSimpleObjectValueException ()
Initializes a new instance of the InvalidSimpleObjectValueException class.
InvalidSimpleObjectValueException (InvalidSimpleObjectValueExceptionType, String, String)
Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.
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 (Exception, InvalidSimpleObjectValueExceptionType, String, String)
Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.
InvalidSimpleObjectValueException (SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidSimpleObjectValueException class using serialized data.
InvalidSimpleObjectValueException (String)
Initializes a new instance of the InvalidSimpleObjectValueException class using the specified error message.
InvalidSimpleObjectValueException (String, InvalidSimpleObjectValueExceptionType, String, String)
Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.
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 (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