다음을 통해 공유


SuccessException 클래스

정의

어설션이 실패할 때 throw됩니다.

[System.Serializable]
public class SuccessException : Exception
type SuccessException = class
    inherit Exception
상속
SuccessException
특성

생성자

SuccessException(SerializationInfo, StreamingContext)

Serialization 생성자

SuccessException(String, Exception)

어설션이 실패할 때 throw됩니다.

SuccessException(String)

어설션이 실패할 때 throw됩니다.

적용 대상