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

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

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

Protected Methods

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

Method Details

SchemaEditorCommandException() public method

public SchemaEditorCommandException ( ) : System
return System

SchemaEditorCommandException() protected method

protected SchemaEditorCommandException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SchemaEditorCommandException() public method

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

SchemaEditorCommandException() public method

public SchemaEditorCommandException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System