Class NotSupportedActionException
Represents an exception for an action which is not supported.
Inheritance
System.Object
System.Exception
NotSupportedActionException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedActionException : Exception, ISerializable, _Exception
Constructors
NotSupportedActionException(String, String)
Initializes a new instance of the NotSupportedActionException class.
Declaration
public NotSupportedActionException(string message, string name)
Parameters
System.String
message
The message that describes the error. |
System.String
name
The name of the not supported action. |
Properties
ActionName
Gets the name of the action from the pdf file.
Declaration
public string ActionName { get; }
Property Value
System.String
|