SenseNet.ContentRepository.Storage.Schema.SchemaEditorCommandException.SchemaEditorCommandException C# (CSharp) Method

SchemaEditorCommandException() public method

public SchemaEditorCommandException ( ) : System
return System
		public SchemaEditorCommandException() : base() { }
		public SchemaEditorCommandException(string message) : base(message) { }

Same methods

SchemaEditorCommandException::SchemaEditorCommandException ( SerializationInfo info, StreamingContext context ) : System
SchemaEditorCommandException::SchemaEditorCommandException ( string message ) : System
SchemaEditorCommandException::SchemaEditorCommandException ( string message, Exception innerException ) : System
SchemaEditorCommandException