FormatterNotFoundException()
Initializes a new instance of the FormatterNotFoundException class with the default error message.
Declaration
public FormatterNotFoundException()FormatterNotFoundException(string)
Initializes a new instance of the FormatterNotFoundException class with the specified error message.
Declaration
public FormatterNotFoundException(string message)Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
FormatterNotFoundException(string, Exception)
Initializes a new instance of the FormatterNotFoundException class with the specified error message and inner exception.
Declaration
public FormatterNotFoundException(string message, Exception innerException)Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |
FormatterNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the FormatterNotFoundException class.
Declaration
public FormatterNotFoundException(SerializationInfo info, StreamingContext context)Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |