SaltParseException()

Default constructor.

public SaltParseException()

SaltParseException(string)

Initializes a new instance of SaltParseException.

public SaltParseException(string message)

Parameters

message string

The message.

SaltParseException(string, Exception)

Initializes a new instance of SaltParseException.

public SaltParseException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.

In this article