Method | Description | |
---|---|---|
InvalidNetworkIdentifierException ( ) : System |
Create a new instance of InvalidNetworkIdentifierException
|
|
InvalidNetworkIdentifierException ( string msg ) : System |
Create a new instance of InvalidNetworkIdentifierException
|
|
InvalidNetworkIdentifierException ( string msg, |
Create a new instance of InvalidNetworkIdentifierException
|
Method | Description | |
---|---|---|
InvalidNetworkIdentifierException ( |
Constructor required by the runtime and by .NET programming conventions
|
public InvalidNetworkIdentifierException ( ) : System | ||
return | System |
protected InvalidNetworkIdentifierException ( |
||
info | ||
context | ||
return | System |
public InvalidNetworkIdentifierException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
return | System |
public InvalidNetworkIdentifierException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
return | System |