C# Class SenseNet.ContentRepository.Storage.Schema.SchemaEditorCommandException

Inheritance: System.Exception
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

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

Méthodes protégées

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

Method Details

SchemaEditorCommandException() public méthode

public SchemaEditorCommandException ( ) : System
Résultat System

SchemaEditorCommandException() protected méthode

protected SchemaEditorCommandException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SchemaEditorCommandException() public méthode

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

SchemaEditorCommandException() public méthode

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