Method | Description | |
---|---|---|
SecurityException ( ) : System | ||
SecurityException ( int errorCode ) : System | ||
SecurityException ( int errorCode, string message ) : System | ||
SecurityException ( int errorCode, string message, |
||
SecurityException ( string message ) : System | ||
SecurityException ( string message, |
public SecurityException ( int errorCode ) : System | ||
errorCode | int | |
return | System |
public SecurityException ( int errorCode, string message ) : System | ||
errorCode | int | |
message | string | |
return | System |
public SecurityException ( int errorCode, string message, |
||
errorCode | int | |
message | string | |
innerException | ||
return | System |
public SecurityException ( string message ) : System | ||
message | string | |
return | System |
public SecurityException ( string message, |
||
message | string | |
innerException | ||
return | System |