C# Class erminas.SmartAPI.Exceptions.SmartAPIInternalException

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

Public Methods

Method Description
SmartAPIInternalException ( ) : System
SmartAPIInternalException ( SerializationInfo info, StreamingContext context ) : System
SmartAPIInternalException ( string message ) : System
SmartAPIInternalException ( string message, Exception innerException ) : System

Method Details

SmartAPIInternalException() public method

public SmartAPIInternalException ( ) : System
return System

SmartAPIInternalException() public method

public SmartAPIInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SmartAPIInternalException() public method

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

SmartAPIInternalException() public method

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