Overload | Description |
---|---|
InvalidSourcePropertyNameException Constructor() | Initializes a new instance of the InvalidSourcePropertyNameException class. |
InvalidSourcePropertyNameException Constructor(String) | Initializes a new instance of the InvalidSourcePropertyNameException class with a specified error message. |
InvalidSourcePropertyNameException Constructor(String,String) | Initializes a new instance of the InvalidSourcePropertyNameException class with a specified error message and the invalid property name that caused the exception. |
InvalidSourcePropertyNameException Constructor(String,Exception) | Initializes a new instance of the InvalidSourcePropertyNameException class with a specified error message and the inner exception that is the case of this exception. |
InvalidSourcePropertyNameException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the InvalidSourcePropertyNameException class using serialized data. |