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