C# Class Newbe.Mahua.NotSupportMahuaPlatformException

Inheritance: Exception
Mostra file Open project: newbe36524/Newbe.Mahua.Framework.V1

Public Methods

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

Protected Methods

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

Method Details

NotSupportMahuaPlatformException() public method

public NotSupportMahuaPlatformException ( ) : System
return System

NotSupportMahuaPlatformException() protected method

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

NotSupportMahuaPlatformException() public method

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

NotSupportMahuaPlatformException() public method

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