CQRSalad.EventSourcing.InvalidAggregateStateException.InvalidAggregateStateException C# (CSharp) 메소드

InvalidAggregateStateException() 공개 메소드

public InvalidAggregateStateException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
리턴 System
        public InvalidAggregateStateException(string message, Exception innerException = null)
            : base(message, innerException)
        {
        }
    }
InvalidAggregateStateException