Class EmfException
Class EmfException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
Emf 클래스에 대한 예외
public class EmfException : Exception, ISerializable
상속
object ← Exception ← EmfException
구현
상속된 멤버
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
생성자
EmfException(string)
Aspose.Imaging.CoreExceptions.ImageFormats.EmfException 클래스의 새 인스턴스를 초기화합니다.
public EmfException(string message)
매개변수
message
string
오류를 설명하는 메시지입니다.
예외
새 예외를 발생시킵니다.