Method | Description | |
---|---|---|
DestinationAlreadyExistsException ( ) : System | ||
DestinationAlreadyExistsException ( string message ) : System | ||
DestinationAlreadyExistsException ( string message, Exception innerException ) : System | ||
DestinationAlreadyExistsException ( string message, int hresult ) : System |
Method | Description | |
---|---|---|
DestinationAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System |
public DestinationAlreadyExistsException ( ) : System | ||
return | System |
protected DestinationAlreadyExistsException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public DestinationAlreadyExistsException ( string message ) : System | ||
message | string | |
return | System |
public DestinationAlreadyExistsException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public DestinationAlreadyExistsException ( string message, int hresult ) : System | ||
message | string | |
hresult | int | |
return | System |