ImageFormatLimitationException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ImageFormatLimitationException() |
ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다. |
ImageFormatLimitationException(String) |
지정된 오류 메시지를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다. |
ImageFormatLimitationException(SerializationInfo, StreamingContext) |
사용되지 않음.
serialize된 데이터를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다. |
ImageFormatLimitationException(String, Exception) |
지정된 오류 메시지와 이 예외를 발생시킨 예외를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다. |
ImageFormatLimitationException()
ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다.
public:
ImageFormatLimitationException();
public ImageFormatLimitationException ();
Public Sub New ()
적용 대상
ImageFormatLimitationException(String)
지정된 오류 메시지를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다.
public:
ImageFormatLimitationException(System::String ^ message);
public ImageFormatLimitationException (string? message);
public ImageFormatLimitationException (string message);
new System.Reflection.Metadata.ImageFormatLimitationException : string -> System.Reflection.Metadata.ImageFormatLimitationException
Public Sub New (message As String)
매개 변수
- message
- String
이 예외의 원인을 설명하는 오류 메시지입니다.
적용 대상
ImageFormatLimitationException(SerializationInfo, StreamingContext)
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
serialize된 데이터를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다.
protected:
ImageFormatLimitationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ImageFormatLimitationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected ImageFormatLimitationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Reflection.Metadata.ImageFormatLimitationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Reflection.Metadata.ImageFormatLimitationException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Reflection.Metadata.ImageFormatLimitationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Reflection.Metadata.ImageFormatLimitationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
serialize된 개체 데이터를 보유하는 개체입니다.
- context
- StreamingContext
원본 또는 대상에 대한 컨텍스트 정보입니다.
- 특성
적용 대상
ImageFormatLimitationException(String, Exception)
지정된 오류 메시지와 이 예외를 발생시킨 예외를 사용하여 ImageFormatLimitationException 클래스의 새 인스턴스를 초기화합니다.
public:
ImageFormatLimitationException(System::String ^ message, Exception ^ innerException);
public ImageFormatLimitationException (string? message, Exception? innerException);
public ImageFormatLimitationException (string message, Exception innerException);
new System.Reflection.Metadata.ImageFormatLimitationException : string * Exception -> System.Reflection.Metadata.ImageFormatLimitationException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
이 예외의 원인을 설명하는 오류 메시지입니다.
- innerException
- Exception
현재 예외의 원인이 되는 예외이거나, 내부 예외를 지정하지 않았으면 null
입니다.
적용 대상
.NET