C# Class SkypeNet.Lib.ServiceAccessException

Inheritance: System.Exception
Mostra file Open project: sverrirs/SkypeNet

Public Methods

Method Description
ServiceAccessException ( ) : System
ServiceAccessException ( string message ) : System
ServiceAccessException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

ServiceAccessException() public method

public ServiceAccessException ( ) : System
return System

ServiceAccessException() protected method

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

ServiceAccessException() public method

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

ServiceAccessException() public method

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