Class PageContentControlNotFound
public class PageContentControlNotFound : Exception, ISerializable
- Inheritance
-
PageContentControlNotFound
- Implements
- Inherited Members
- Extension Methods
Constructors
PageContentControlNotFound()
public PageContentControlNotFound()
PageContentControlNotFound(SerializationInfo, StreamingContext)
protected PageContentControlNotFound(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PageContentControlNotFound(string)
public PageContentControlNotFound(string message)
Parameters
messagestring
PageContentControlNotFound(string, Exception)
public PageContentControlNotFound(string message, Exception innerException)