SenseNet.ContentRepository.Storage.Schema.SchemaEditorCommandException.SchemaEditorCommandException C# (CSharp) Метод

SchemaEditorCommandException() публичный Метод

public SchemaEditorCommandException ( ) : System
Результат 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