Constructor UnauthorizedIOAccessException
UnauthorizedIOAccessException()
Initializes a new instance of the UnauthorizedIOAccessException class.
Declaration
public UnauthorizedIOAccessException()
UnauthorizedIOAccessException(string)
Initializes a new instance of the UnauthorizedIOAccessException class.
Declaration
public UnauthorizedIOAccessException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
UnauthorizedIOAccessException(string, Exception)
Initializes a new instance of the UnauthorizedIOAccessException class.
Declaration
public UnauthorizedIOAccessException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
UnauthorizedIOAccessException(string, int)
Initializes a new instance of the UnauthorizedIOAccessException class.
Declaration
public UnauthorizedIOAccessException(string message, int hresult)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
int | hresult |
UnauthorizedIOAccessException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnauthorizedIOAccessException class.
Declaration
protected UnauthorizedIOAccessException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |