C# Class DotNetCore.CAP.Internal.MethodBindException

Inheritance: Exception
Show file Open project: syrjgc11006/TCM.CAP.Test

Public Methods

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

Method Details

MethodBindException() public method

public MethodBindException ( ) : System
return System

MethodBindException() public method

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

MethodBindException() public method

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