C# Class Newbe.Mahua.NotSupportMahuaPlatformException

Inheritance: Exception
Afficher le fichier Open project: newbe36524/Newbe.Mahua.Framework.V1

Méthodes publiques

Méthode Description
NotSupportMahuaPlatformException ( ) : System
NotSupportMahuaPlatformException ( string message ) : System
NotSupportMahuaPlatformException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
NotSupportMahuaPlatformException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotSupportMahuaPlatformException() public méthode

public NotSupportMahuaPlatformException ( ) : System
Résultat System

NotSupportMahuaPlatformException() protected méthode

protected NotSupportMahuaPlatformException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NotSupportMahuaPlatformException() public méthode

public NotSupportMahuaPlatformException ( string message ) : System
message string
Résultat System

NotSupportMahuaPlatformException() public méthode

public NotSupportMahuaPlatformException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System