InvalidSourceException Constructor

Initializes a new instance of the InvalidSourceException class.

Overload List

Name Description
Public method InvalidSourceException()

Initializes a new instance of the InvalidSourceException class.

Public method InvalidSourceException(String)

Initializes a new instance of the InvalidSourceException class with a specified error message.

Public method InvalidSourceException(String, Exception)

Initializes a new instance of the InvalidSourceException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also

Reference