FormatNotSupportedException.FormatNotSupportedException

FormatNotSupportedException()

Initializes a new instance of the FormatNotSupportedException class.

public FormatNotSupportedException()

See Also


FormatNotSupportedException(string)

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

public FormatNotSupportedException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


FormatNotSupportedException(string, Exception)

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

public FormatNotSupportedException(string message, Exception inner)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionThe exception causing the current exception.

See Also