AccidentalFish.ApplicationSupport.Azure.TableStorage.UnableToAcquireLeaseException.UnableToAcquireLeaseException C# (CSharp) 메소드

UnableToAcquireLeaseException() 공개 메소드

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