Method | Description | |
---|---|---|
LibraryArchitectureException ( ) : System |
Initializes new instance of LibraryArchitectureException class
|
|
LibraryArchitectureException ( |
Initializes a new instance of LibraryArchitectureException class with a specified error message and a reference to the inner exception that is the cause of this exception
|
|
LibraryArchitectureException ( string message ) : System |
Initializes new instance of LibraryArchitectureException class
|
|
LibraryArchitectureException ( string message, |
Initializes a new instance of LibraryArchitectureException class with a specified error message and a reference to the inner exception that is the cause of this exception
|
Method | Description | |
---|---|---|
LibraryArchitectureException ( |
Initializes new instance of LibraryArchitectureException class with serialized data
|
public LibraryArchitectureException ( ) : System | ||
return | System |
public LibraryArchitectureException ( |
||
innerException | The exception that is the cause of the current exception | |
return | System |
protected LibraryArchitectureException ( |
||
info | SerializationInfo that holds the serialized object data about the exception being thrown | |
context | StreamingContext that contains contextual information about the source or destination | |
return | System |
public LibraryArchitectureException ( string message ) : System | ||
message | string | Message that describes the error |
return | System |
public LibraryArchitectureException ( string message, |
||
message | string | The message that describes the error |
innerException | The exception that is the cause of the current exception | |
return | System |