Method | Description | |
---|---|---|
LoadLibraryException ( ) : System |
Initializes a new instance of the LoadLibraryException class.
|
|
LoadLibraryException ( |
Formats the specified error message and parameters using CultureInfo.CurrentCulture then initializes a new instance of the LoadLibraryException class with the resulting message.
|
|
LoadLibraryException ( string message ) : System |
Initializes a new instance of the LoadLibraryException class with a specified error message.
|
|
LoadLibraryException ( string message, |
Initializes a new instance of the LoadLibraryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
LoadLibraryException ( string file, int lastWin32Error ) : System |
Initializes a new instance of the LoadLibraryException class.
|
Method | Description | |
---|---|---|
LoadLibraryException ( |
Initializes a new instance of the LoadLibraryException class with serialized data.
|
public LoadLibraryException ( |
||
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
message | string | The formattable error message to pass to |
return | System |
protected LoadLibraryException ( |
||
info | The |
|
context | The |
|
return | System |
public LoadLibraryException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |
public LoadLibraryException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
return | System |
public LoadLibraryException ( string file, int lastWin32Error ) : System | ||
file | string | The filename of the module being loaded. |
lastWin32Error | int | The Win32 error code. |
return | System |