C# Class SendGridSharp.SendGridException

Inheritance: System.Exception
Datei anzeigen Open project: shibayan/SendGridSharp

Public Methods

Method Description
SendGridException ( ) : System
SendGridException ( string message ) : System
SendGridException ( string message, Exception inner ) : System

Protected Methods

Method Description
SendGridException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SendGridException() public method

public SendGridException ( ) : System
return System

SendGridException() protected method

protected SendGridException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SendGridException() public method

public SendGridException ( string message ) : System
message string
return System

SendGridException() public method

public SendGridException ( string message, Exception inner ) : System
message string
inner System.Exception
return System