Method | Description | |
---|---|---|
DummyException ( ) : System | ||
DummyException ( string message ) : System | ||
DummyException ( string message, Exception innerException ) : System |
public DummyException ( string message ) : System | ||
message | string | |
return | System |
public DummyException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |