메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public SecurityException ( int errorCode, string message ) : System | ||
errorCode | int | |
message | string | |
리턴 | System |
public SecurityException ( int errorCode, string message, |
||
errorCode | int | |
message | string | |
innerException | ||
리턴 | System |
public SecurityException ( string message ) : System | ||
message | string | |
리턴 | System |
public SecurityException ( string message, |
||
message | string | |
innerException | ||
리턴 | System |