C# Class System.MissingMethodException

Inheritance: MissingMemberException
显示文件 Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
MissingMethodException ( )
MissingMethodException ( string message )
MissingMethodException ( string message, Exception inner )

Method Details

MissingMethodException() public method

MissingMethodException() public method

public MissingMethodException ( string message )
message string

MissingMethodException() public method

public MissingMethodException ( string message, Exception inner )
message string
inner Exception