C# Class Ataoge.EventBus.Internal.MethodBindException

Inheritance: Exception
Datei anzeigen Open project: ataoge/Skeleton

Public Methods

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

Protected Methods

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

Method Details

MethodBindException() public method

public MethodBindException ( ) : System
return System

MethodBindException() protected method

protected MethodBindException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

MethodBindException() public method

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

MethodBindException() public method

public MethodBindException ( string message, Exception innerException ) : System
message string
innerException Exception
return System