Share via


IOException Constructor (String, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the IOException class with its message string set to message and its HRESULT user-defined.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    hresult As Integer _
)
public IOException(
    string message,
    int hresult
)
public:
IOException(
    String^ message, 
    int hresult
)
new : 
        message:string * 
        hresult:int -> IOException
public function IOException(
    message : String, 
    hresult : int
)

Parameters

  • message
    Type: System. . :: . .String
    A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

.NET Framework Security

See Also

Reference

IOException Class

IOException Overload

System.IO Namespace