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