C# Class erminas.SmartAPI.Exceptions.SmartAPIException

Inheritance: System.Exception
Mostrar archivo Open project: erminas/smartapi Class Usage Examples

Public Methods

Method Description
SmartAPIException ( ServerLogin login ) : System
SmartAPIException ( ServerLogin login, SerializationInfo info, StreamingContext context ) : System
SmartAPIException ( ServerLogin login, string message ) : System
SmartAPIException ( ServerLogin login, string message, Exception innerException ) : System
SmartAPIException ( string serverName, string message ) : System
SmartAPIException ( string serverName, string message, Exception innerException ) : System

Method Details

SmartAPIException() public method

public SmartAPIException ( ServerLogin login ) : System
login erminas.SmartAPI.Utils.ServerLogin
return System

SmartAPIException() public method

public SmartAPIException ( ServerLogin login, SerializationInfo info, StreamingContext context ) : System
login erminas.SmartAPI.Utils.ServerLogin
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SmartAPIException() public method

public SmartAPIException ( ServerLogin login, string message ) : System
login erminas.SmartAPI.Utils.ServerLogin
message string
return System

SmartAPIException() public method

public SmartAPIException ( ServerLogin login, string message, Exception innerException ) : System
login erminas.SmartAPI.Utils.ServerLogin
message string
innerException System.Exception
return System

SmartAPIException() public method

public SmartAPIException ( string serverName, string message ) : System
serverName string
message string
return System

SmartAPIException() public method

public SmartAPIException ( string serverName, string message, Exception innerException ) : System
serverName string
message string
innerException System.Exception
return System