Méthode | Description | |
---|---|---|
ZlibStreamException ( ) : System |
Initializes a new instance of the ZlibStreamException class with no argrument.
|
|
ZlibStreamException ( string message ) : System |
Initializes a new instance of the ZlibStreamException class with its message string set to message, its HRESULT set to COR_E_IO, and its inner exception set to
|
|
ZlibStreamException ( string message, Exception innerException ) : System |
Initializes a new instance of the ZlibStreamException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
ZlibStreamException ( string message, int hresult ) : System |
Initializes a new instance of the ZlibStreamException class with its message string set to message and its HRESULT user-defined.
|
Méthode | Description | |
---|---|---|
ZlibStreamException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the ZlibStreamException class with the specified serialization and context information.
|
public ZlibStreamException ( string message ) : System | ||
message | string | A |
Résultat | System |
public ZlibStreamException ( string message, Exception innerException ) : System | ||
message | string | The error message that explains the reason for the exception. |
innerException | Exception |
/// The exception that is the cause of the current exception.
/// If the |
Résultat | System |
public ZlibStreamException ( string message, int hresult ) : System | ||
message | string |
/// A |
hresult | int | An integer identifying the error that has occurred. |
Résultat | System |