다음을 통해 공유


IgnoreException 클래스

정의

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

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

생성자

IgnoreException(SerializationInfo, StreamingContext)

Serialization 생성자

IgnoreException(String)

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

IgnoreException(String, Exception)

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

적용 대상