InsufficientStorageSpaceException Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | InsufficientStorageSpaceException |
Initializes a new instance of the InsufficientStorageSpaceException class with its HRESULT set to COR_E_IO, and its inner exception set to a null reference.
|
![]() | InsufficientStorageSpaceException(Int32) |
Initializes a new instance of the InsufficientStorageSpaceException class with the specified HRESULT value.
|
![]() | InsufficientStorageSpaceException(String) |
Initializes a new instance of the InsufficientStorageSpaceException class with with its message string set to message, its HRESULT set to COR_E_IO, and its inner exception set to .
|
![]() | InsufficientStorageSpaceException(Int32, String) |
Initializes a new instance of the InsufficientStorageSpaceException class with a specified HRESULT value and error message.
|
![]() | InsufficientStorageSpaceException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InsufficientStorageSpaceException class with serialized data.
|
![]() | InsufficientStorageSpaceException(String, Exception) |
Initializes a new instance of the InsufficientStorageSpaceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
![]() | InsufficientStorageSpaceException(String, String) |
Initializes a new instance of the InsufficientStorageSpaceException class with with its message string set to message, specifying the file name that already exists, its HRESULT set to COR_E_IO.
|
![]() | InsufficientStorageSpaceException(Int32, String, Exception) |
Initializes a new instance of the InsufficientStorageSpaceException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
|
![]() | InsufficientStorageSpaceException(Int32, String, String) |
Initializes a new instance of the InsufficientStorageSpaceException class with a specified HRESULT value, its message string set to message and the file name that already exists.
|
![]() | InsufficientStorageSpaceException(String, String, Exception) |
Initializes a new instance of the InsufficientStorageSpaceException class with its message string set to message, specifying the file name that already exists,
its HRESULT set to COR_E_IO, and a reference to the inner exception that is the cause of this exception.
|
![]() | InsufficientStorageSpaceException(Int32, String, String, Exception) |
Initializes a new instance of the InsufficientStorageSpaceException class with a specified HRESULT value, its message string set to message, the file name that already exists,
and a reference to the inner exception that is the cause of this exception.
|